home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / arexx_macros / lwscenemacros / readme < prev   
Text File  |  1994-09-05  |  2KB  |  44 lines

  1.      LW.TXT         This is a text file from Allen 
  2.                     Hastings describing the Lightwave
  3.                     Object file format.
  4.  
  5.      LWObj.rexx     This is an AREXX script which parses
  6.                     through a Lightwave object file and
  7.                     reports some things about it. It can
  8.                     be used as a "skeleton" for other
  9.                     more exciting things. It was used as
  10.                     a testing tool for creating the
  11.                     other scripts here.
  12.  
  13.      CopyScene.rexx This is an AREXX script which will
  14.                     copy a LW scene file and all
  15.                     associated files from the source to
  16.                     the destination drive:directory. As
  17.                     it copies the files over to the
  18.                     destination it changes the
  19.                     references to the destination so NO
  20.                     MORE requestor "Can not find Object
  21.                     or image Choose an Alternative?" in
  22.                     Lightwave layout! (This script
  23.                     changes the destination names of the
  24.                     copied files in the scene file and
  25.                     objects files!)   
  26.  
  27.      ChkScene.rexx  This is an AREXX script which will
  28.                     check a Lightwave scene file and all
  29.                     files referenced by it to make sure
  30.                     they are found where the reference
  31.                     to them points.
  32.  
  33.      ChkScenes.rexx This is an AREXX script which does
  34.                     the same thing as ChkScene but will
  35.                     search an entire drive: or
  36.                     drive:directory and all
  37.                     subdirectories and check all scene
  38.                     files it finds.
  39.  
  40.  
  41. The syntax of each script will be given if no parameters (or incorrect
  42. parameters are given. Also, further documentation on each script is in the
  43. comments at the beginning of each script. 
  44.